-- background: 2773 from stack: in.1 -- bmap block id: 5945 -- flags: 0000 -- background id: 0 -- name: -- part 2 (field) -- low flags: 05 -- high flags: 0000 -- rect: left=0 top=74 right=171 bottom=384 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 36 -- style flags: 256 -- line height: 48 -- part name: French -- part 3 (field) -- low flags: 85 -- high flags: 0000 -- rect: left=0 top=74 right=171 bottom=384 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 36 -- style flags: 256 -- line height: 48 -- part name: English -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=340 top=177 right=216 bottom=384 -- title width / last selected line: 0 -- icon id / first selected line: 16662 / 16662 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp if the icon of me is "16663" then EtoF else FtoE end if end mouseUp on EtoF lock screen set the icon of me to "16662" hide fld "English" show fld "French" unlock screen with visual scroll left fast end EtoF on FtoE lock screen set the icon of me to "16663" hide fld "French" show fld "English" unlock screen with visual scroll right fast end FtoE -- part 7 (field) -- low flags: 85 -- high flags: 0000 -- rect: left=0 top=196 right=216 bottom=121 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cardsinuse -- part 8 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=297 top=177 right=216 bottom=341 -- title width / last selected line: 0 -- icon id / first selected line: 8979 / 8979 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp if the optionKey is up then go next marked cd else go next if the result is not empty then answer "Choose an item from the"&"e&"Category""e&&"menu first." end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=254 top=177 right=216 bottom=298 -- title width / last selected line: 0 -- icon id / first selected line: 8964 / 8964 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp if the optionKey is up then go previous marked card else go previous if the result is not empty then answer "Choose an item from the"&"e&"Category""e&&"menu first." end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=211 top=177 right=216 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 17169 / 17169 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp if the optionKey is up then go marked cd random (the number of marked cards) else go cd random (the number of cards) if the result is not empty then answer "Choose an item from the"&"e&"Category""e&&"menu first." end mouseUp